/* 列表时间统一样式 */
.lanMu {
    margin: 0;
    padding: 0;
}

.lanMu li {
    line-height: 40px;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

.lanMu li a {
    background: url(../img/zrzy_hdot.png) no-repeat 0px 19px;
    color: #333;
    width: 66%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    padding-left: 20px;
    font-size: 1rem;
    font-weight: normal !important;
    font-size: 16px;
}

.lanMu li a:hover {
    color: #ff0000;
    text-decoration: none;
}

.lanMu li span {
    width: 34%;
    float: left;
    text-align: right;
    font-weight: normal;
    font-size: 0.875rem;
    font-size: 16px;
}


/* 头条 */
.headline {

    margin: 0 auto;
    margin: 30px 15px;

}
.m_tttp{
    float: left;
    width: 8%;
}

.headline .headerTop {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    width: 10%;
}

.headline a {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;

}

.headline a:hover {
    text-decoration: none;
    color: #ff0000;
}

@media screen and (max-width:680px) {
    .headline {
        margin: 16px 0;
    }

    .headline a {
        font-size: 16px;
        width: 80%;
    }

    .headline .headerTop {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        width: 10%;
    }
    .m_tttp{
        float: left;
        width: auto;
        margin-top: -5px;
    }
}

/* 头条轮播图 */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#swiper1 .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
    background: #fff;
    opacity: 1;
}

#swiper1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d71619;
    height: 14px;
    width: 40px;
    border-radius: 8px;
}

#swiper1 .swiper-slide img {
    height: 392px;
    width: 100%;
}

.swiper-slide h4 {
    position: absolute;
    bottom: -8px;
    background: rgba(23, 96, 190, 0.3);
    height: 58px;
    line-height: 58px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    z-index: 2;
}

.swiper-slide h4 span {
    width: 80%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}

#swiper1 .swiper-button-prev {
    background: url(../img/rBtn.png) no-repeat;
    right: 0px;
    left: auto;
}

#swiper1 .swiper-button-next {
    background: url(../img/lBtn.png) no-repeat;
    left: 0px;
    right: auto;
}

@media screen and (max-width: 768px) {
    #swiper1 .swiper-slide img {
        height: 225px;
    }
    #swiper1 .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        background: #fff;
        opacity: 1;
    }
    
    #swiper1 .swiper-pagination-bullet-active {
        opacity: 1;
        background: #d71619;
        height: 10px;
        width: 25px;
        border-radius: 8px;
    }
}

/* 新闻动态tabs切换 */
.tabs {
    overflow: hidden;
}

.tabNav {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #e0ebfa;
    padding: 0;
    padding-left: 30px;
}

.tabs h1 {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0;
}

.tabs>ul>li {
    float: left;
    line-height: 50px;
    color: #666666;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none !important;
    list-style: none;
    padding-right: 40px;

}

.tabs>ul>li span {
    position: relative;
    display: inline-block;
}

.tabs>.tabNav li.active span::before,
.tabs>.tabNav li.active span:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 42px;
    height: 4px;
    margin-left: -21px;
    background-color: #1c69c6;
}

.tabs>ul>li a {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 14px;
    color: #666666;
    display: none;
}

.tabs>.tabNav li.active a {
    display: block;
}


.tabs>.tabNav li.active {
    color: #1760be;
    font-weight: 700;
}

.tabs .tabCon {
    min-height: 50px;
    margin-top: 30px;
}

.tabs .tabCon>div {
    display: none;
}

.tabs .tabCon>div.active {
    display: block;
}

.tabCon .lanMu li:hover {
    font-weight: 700;
    color: #ff0000;
}

.topImg {
    position: absolute;
    right: 140px;
}

@media screen and (max-width:768px) {
    .tabs>ul>li {
        padding-right: 5px;
        font-size: 14px;
    }

    .headline a {
        font-size: 16px;
    }

    .topImg {
        position: absolute;
        right: 98px;
    }
    .tabNav{
        padding-left: 18px;
    }
}

/* 专题开始 */

.titleImg {
    float: left;
    width: 50%;
}

.titleImg img {
    width: 98%;
    height: 175px;
    display: block;
    margin: 0 1%;
}
.titleImg .img1 {
    height: 177px !important;
}
.device8 .picImg {
    width:50%;
    float: left;
}

.device8 .swiperImg {
    width: 50%;
    float: left;
}

.device8 {
    width: 100%;
    margin: 0 auto;
    position: relative;
   
}
.p30{
    padding: 0 30px;
}
.device8 .swiper-button-prev {
    background: url(../img/lBtn.png) no-repeat left top;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 50px;
    z-index: 999;
}

.device8 .swiper-button-next {
    background: url(../img/rBtn.png) no-repeat left bottom;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 50px;
    z-index: 999;
}
.device8 .swiper-slide7 .title a img {
    width: 98%;
    height: auto;
    display: block;
    margin: 0 1%;
    
}
.device7 {
    width: 100%;
    margin: 0 auto;
    position: relative;

}

.device7 .swiper-button-prev {
    background: url(../img/lBtn.png) no-repeat left top;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: 60px;
    width: 30px;
    height: 50px;
    z-index: 999;
}

.device7 .swiper-button-next {
    background: url(../img/rBtn.png) no-repeat left bottom;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: 60px;
    width: 30px;
    height: 50px;
    z-index: 999;
}

.wrap {
    width: 90%;
    margin: 20px auto;
}

.swiper-slide7 .title {
    width: 100%;
    height: 100%;
}

.swiper-slide7 .title a {
    display: block;
}

.swiper-slide7 .title a img {
    width: 98%;
    height: 177px;
    display: block;
    margin: 0 auto;
}

.tit_zt {
    margin: 30px 0;
    position: relative;
}



.titleStyle {
    color: #1760be;
    font-size: 20px;
    font-weight: bold;
    float: left;
    background-color: #fff;
    padding-right: 14px;
}

.tit_zt .more {
    float: right;
    font-size: 14px;
    color: #666666;
    background-color: #fff;
    padding-left: 14px;
}

.tit_zt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    margin-top: -2px;
    background-color: #e8e8e8;
    z-index: -1;
}

/* 新闻发布开始 */
.borderStyle {
    border: 1px solid #e8e8e8;
    padding: 22px 20px;
    float: left;
    margin-right: 24px;
}

.bigBox .borderStyle:last-child {
    margin-right: 0;
    padding-bottom: 30px;
}

.bigBox .firstBox {
    width: 28%;
    padding-bottom: 10px;
}

.bigBox .twoBox {
    width: 40%
}

.bigBox .lastBox {
    width: 28%;
}

.tab_public .tabNav_public {
    border-bottom: 1px solid #e8e8e8;
}

.tab_public .tabNav_public li {
    float: left;
    list-style: none;
    height: 40px;
}

.tab_public .tabNav_public li {
    padding-right: 30px;
}

.tab_public .tabNav_public li a {
    font-size: 18px;
    color: #555555;

}

.tab_public>.tabNav_public li.active a {
    color: #1760be;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 4px solid #1760be;
    height: 40px;
    display: inline-block;
}

.tab_public .tabCon {
    min-height: 50px;
    margin-top: 22px;
}

.tab_public .tabCon>div {
    display: none;
}

.tab_public .tabCon>div.active {
    display: block;
}

/* 在线访谈 */
.xwfb_img img {
    width: 100%;
    height: 145px;
}

.xwfb_title {
    font-weight: 700;
    color: #555555;
    font-size: 16px;
    margin: 22px 0
}

.xwfb_date {
    font-size: 14px;
    color: #555555;

}


.xwfb_people {
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 征集调查 */
.tabs2 .lanMu li a,
.xwfb .lanMu li a {
    background: url(../img/dian.png) no-repeat 0px 19px
}

.tabNav2 {
    margin-top: 30px;
}

.tabs2 .opinion a {
    color: #333333;
    font-size: 16px;
}

.tabs2 .opinion a:hover {
    color: #ff0000;
}

.tabs2 .dateTime {
    margin: 26px 0;
}

.tabs2 .dateTime span {
    display: inline-block;
    background-color: #eeecec;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 16px;
}

.tabs2 .dateTime span:first-child {
    margin-right: 10px;
}

.tabs2 .dateTime span:last-child {
    margin-left: 10px;
}

/* 依法行政 */
.tab3 {
    margin-top: 13px;
}

.tab3 .lanMu li a,
.tab4 .lanMu li a {
    background: url(../img/dian.png) no-repeat 0px 19px
}

.tab3 .tabNav3 li,
.tab4 .tabNav3 li {
    padding-right: 40px;
}

/* 数据发布 */
.tab4 {
    margin-top: 15px;

}

.jgjjImg {
    margin-top: 15px;
}

.jgjjImg img {
    width: 100%;
}

/* .jgjjImg img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    width: 90%;
} */
/* 政府信息公开 */
.Government_title .tabNav_public {
    border-bottom: 1px solid #e8e8e8;
}

.Government_title .tabNav_public a {
    color: #1760be;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 4px solid #1760be;
    height: 40px;
    display: inline-block;
    font-size: 18px;
}

.Government_information .xxgkStyle {
    margin-top: 20px;
    isolation: isolate;
}

.Government_information .xxgkStyle li a:hover {
    color: #1760be;
    cursor: pointer;

}

.Government_information .xxgkStyle li::before,
.Government_information .xxgkStyle li::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    z-index: -1;
}

.draw {
    transition: color 0.25s;
}

.draw::before,
.draw::after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
    background: none;
}

.draw::before {
    top: 0;
    left: 0;
}

.draw::after {
    bottom: 0;
    right: 0;
}


.draw:hover::before,
.draw:hover::after {
    width: 100%;
    height: 100%;
}

.draw:hover::before {
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw:hover::after {
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.Government_information .xxgkStyle .meet:hover {
    color: #1760be;
    background: none;
}

.Government_information .xxgkStyle .meet::after {
    top: 0;
    left: 0;
    background: none;
}

.Government_information .xxgkStyle .meet:hover::before {
    border-top-color: #1760be;
    border-right-color: #1760be;
    background: none;
    border-radius: 4px;
}

.Government_information .xxgkStyle .meet:hover::after {
    border-bottom-color: #1760be;
    border-left-color: #1760be;
    border-radius: 4px;
    transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
    background: none;
}

.Government_information .xxgkStyle li {
    float: left;
    width: 48%;
    margin-bottom: 14px;
    background-color: #edf7ff;
    padding: 15px 22px;
    margin-left: 18px;
    border-radius: 8px;
    border: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 999;

}

.Government_information .xxgkStyle li:nth-child(odd) {
    margin-left: 0;
}

.Government_information .xxgkStyle li a {
    font-size: 16px;
}

.Government_information .xxgkStyle li img {
    padding-right: 14px;
}

.Government_information .xxgkStyle li img:hover {
    /* transform: scale(1.2); */
    transform: rotate(360deg);
    transition: 0.5s;
}

/* 办事服务 */
.wsbsImg {
    margin-top: 23px;
    margin-bottom: 35px;
}

.wsbsImg img {
    width: 100%;
    height: 190px;
}

/* 领导信箱 */
.ldxx_title {
    float: left;
}

.ldxx_letter {
    float: right;
    background-color: #69a5ff;
    height: 40px;
    width: 124px;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
}

.ldxx_letter a {
    color: #fff;
    font-size: 16px;
}

.ldxx_letter a:hover {
    color: #1760be;
}

.ldxx_letter img {
    padding-right: 10px;
}

.Government_title .tabNav_public1 {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
}

.Government_title .tabNav_public1 ul {
    margin-bottom: -1px;
}

.Government_title .tabNav_public1 ul li a {
    color: #1760be;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 4px solid #1760be;
    height: 40px;
    display: inline-block;
    font-size: 18px;
}

.letter_list {
    background-color: #f5f5f5;
    float: left;
    width: 100%;
    padding: 25px 14px;
}

.letter_list .letter_year {
    background-color: #fff;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    font-weight: 600;
    color: #1760be;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

.letter——Statistics li {
    float: left;
    text-align: center;

}

.letter——Statistics li:first-child {
    padding-right: 8px;
}

.letter——Statistics li:nth-child(3) {
    padding: 0 8px;
}

.letter——Statistics li:last-child {
    padding-left: 8px;
}

.letter——Statistics .letter_line {
    height: 75px;
    width: 3px;
    background-color: #fff;
    margin-top: 12px;
    border-radius: 4px;
}

.letter——Statistics li .letter_handle {
    font-size: 18px;

}

.letter——Statistics li .letter_num {
    color: #1760be;
    font-weight: 700;
    font-size: 28px;
}

.service {
    margin: 20px 0;
}

.service img {
    width: 100%;
}

.Letter_reply .listStyle {
    background-color: #dbebff;
    padding: 14px 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.Letter_reply .lanMu_two {
    margin-top: 20px;
}

.Letter_reply .lanMu_two .hdjlcon1 li {
    height: 41px;
}

.Letter_reply .lanMu_two .hdjlcon1 li a {
    float: left;
    width: 56%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
}

.Letter_reply .lanMu_two .hdjlcon1 li span {
    display: inline-block;
    font-size: 16px;
    color: #333333;

}

.Letter_reply .lanMu_two .hdjlcon1 li span:last-child {
    margin-left: 34px;
}

.Letter_reply .lanMu_two .hdjlcon1 li span:first-child {
    margin-left: 10px;
}

@media screen and (max-width:768px) {
    
    .device8 .swiperImg {
        width: 100%;
        

    }

    .swiper-slide7 .title a img {
        width: 100%;

    }
    .device8 .swiper-slide7 .title a img {
        width: 100%;

    }
    .Letter_reply .lanMu_two .hdjlcon1 li a {
        float: left;
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        color: #333333;
    }

    .letter——Statistics li .letter_handle {
        font-size: 16px;

    }

    .letter——Statistics li .letter_num {
        color: #1760be;
        font-weight: 700;
        font-size: 20px;
    }

    .letter_list {
        background-color: #f5f5f5;
        height: 215px;
        padding: 10px 12px;
    }

    .letter——Statistics li:first-child {
        padding-right: 6px;
    }

    .letter——Statistics li:nth-child(3) {
        padding: 0 6px;
    }

    .letter——Statistics li:last-child {
        padding-left: 6px;
    }

    .Government_information .xxgkStyle li {
        width: 100%;
        margin-left: 0;
    }

    .borderStyle {
        margin-bottom: 20px;
    }

    .bigBox .borderStyle:last-child {
        margin-bottom: 0;
    }

    .bigBox .firstBox {
        width: 100%;
    }

    .bigBox .twoBox {
        width: 100%
    }

    .bigBox .lastBox {
        width: 100%;
    }

    .tab3 .tabNav3 li,
    .tab4 .tabNav3 li {
        padding-right: 8px;
    }

    .tab3 .tabNav3 li a,
    .tab4 .tabNav3 li a {
        font-size: 14px;
    }

    .tab_public>.tabNav_public li a {
        font-size: 14px;
    }
}

/* 新闻发布结束 */